home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / formats / face.txt < prev    next >
Text File  |  1990-03-01  |  1KB  |  44 lines

  1.               FaceSaver Format Revealed
  2.  
  3.  
  4. A FaceSaver image is an ASCII file containing some or all of the
  5. following lines:
  6.  
  7.    FirstName:
  8.    LastName:
  9.    E-mail:
  10.    Telephone:
  11.    Company:
  12.    Address1:
  13.    Address2:
  14.    CityStateZip:
  15.    Date:
  16.    PicData:  Actual data:  width - height - bits/pixel
  17.    Image:    Should be transformed to: width - height - bits/pixel
  18.    (A REQUIRED Blank line)
  19.  
  20.    Hexified  picture  in scanline  order,  in the  form   suitable for
  21. printing in  postscript. It  is unpadded scanlines,  I believe left to
  22. right.  If it is bottom to top it is due to funny  transforms in going
  23. from the real scanned image, which came from a  video camera turned on
  24. its side!   (to get  a portrait aspect  ratio).  All  the images are 8
  25. bits  per pixel, and have  been intensity levelled to  use up the full
  26. dynamic range (each pixel  multiplied by 256/(max-min) and  shifted so
  27. that min becomes zero).  I'm  sorry about that, I  should have put out
  28. untransformed data.  The original frame grabbing  was  off a Targa M8,
  29. and  the  gamma varied due  to a number  of real  world factors.  Most
  30. pictures had a dynamic range in the 128--196 vicinity.
  31.  
  32. The line labeled Image: can be used to correct  for non-square pixels.
  33. In most cases, there are  108 (non-square) pixels  across in the data,
  34. but  they would have   been 96  pixels  across   if they were  square.
  35. Therefore, Image: says 96, PicData says 108.
  36.  
  37. Lou Katz
  38. Saver of Lost Faces
  39.  
  40. lou@usenix.org
  41. (415) 530-8870
  42.  
  43.  
  44.